/**!
 * 苏州统计局--首页
 * author: chenzp;
 * date:2017-12-20
 */



/* 导航栏 */


/*.ewb-nav-item.icon1 {
    background-color: #f2ae2d;
}*/


/* 正文 */

.wb-slider {
    position: relative;
    height: 260px;
    font-family: arial;
    font-size: 14px;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: "宋体";
    color: #fff;
    background: url(../images/mask_bg.png);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 164px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 4px;
    bottom: 6px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}


/* 工作动态 */

.ewb-colu {
    background-color: #fff;
}

.ewb-colu-hd {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e6e6e6;
}

.ewb-colu-tt {
    padding: 0 22px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: #2d68af;
}

.ewb-colu-more {
    margin-right: 10px;
    color: #999;
}

.ewb-colu-more.sec {
    margin-right: 18px;
}

.ewb-ht226 {
    height: 226px;
}

.ewb-ht290 {
    height: 290px;
    overflow: hidden;
}

.ewb-ht360 {
    height: 222px;
    overflow: hidden;
}


/* 苏州市国民经济主要指标 */

.ewb-colu-tt.sec {
    padding: 0 13px;
}

.ewb-colu-name {
    margin-left: 180px;
    font-size: 14px;
    color: #fff;
    background-color: #2d68af;
    padding: 0 13px;
}

.ewb-data {
    width: 330px;height: 352px;
}

.ta1 {
    height: 300px;
    overflow-y: auto;
}

.ewb-data-select {
    width: 120px;
    height: 32px;
}

.ewb-data-box {
    height: 32px;
}

.ewb-data-btn {
    padding: 0;
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #fff;
    background-color: #eb9100;
    border-radius: 3px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.ewb-data-btn.sec {
    background-color: #f2ae2d;
}

.ewb-data-bd {
    padding-bottom: 10px;
}

.ewb-table {
    width: 100%;
}

.ewb-table-blue {
    background-color: #f7f9fa;
}

.ewb-table th,
td {
    height: 30px;
    text-align: center;
}

.ewb-table tbody tr:hover {
    cursor: pointer;
    background-color: #dae5f3;
}

.ewb-table th {
    font-size: 13px;
    color: #666;
    background-color: #e9ecf0;
}

.ewb-table-width1 {
    width: 43%;
    border-radius: 3px 0 0 3px;
}

.ewb-table-width2 {
    width: 29%;
}

.ewb-table-width3 {
    width: 28%;
    border-radius: 0 3px 3px 0;
}

.ewb-table-tt {
    margin: 0 auto;
    display: block;
    width: 98%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
}

.ewb-abs {
    text-align: right;
    padding-right: 10px;
}

.ewb-grow {
    color: #ff0000;
    text-align: right;
    padding-right: 10px;
}

.ewb-drop {
    color: #21c900;
}


/* echarts图 */

.ewb-figure {
    margin-left: 20px;height: 352px;width: 350px;
}

.ewb-figure-select {
    width: 270px;
    height: 32px;
}

#figure {
    position: relative;
    z-index: 1;
    width: 370px;
    height: 300px;
}

/* 热点栏目 */

.ewb-colu-tt.hot{
    margin-left: 300px;
}

/* msclass轮播 */

.wb-marquee,
.wb-marquee-items {
    width: 734px;
    height: 80px;
}

.wb-marquee-items li {
    width: 187px;
    height: 80px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
    display: block;
    width: 175px;
    height: 80px;
    margin: 0 auto;
}

.wb-marquee-img.img1 {
    background: url(../images/econo_img1.jpg) no-repeat center;
}

.wb-marquee-img.img2 {
    background: url(../images/econo_img2.png) no-repeat center;
}

.wb-marquee-img.img3 {
    background: url(../images/econo_img3.jpg) no-repeat center;
}

.wb-marquee-img.img4 {
    background: url(../images/econo_img4.png) no-repeat center;
	background-size: 175px 80px;
}

.wb-marquee-img.img1:hover {
    background: url(../images/econo_img1h.jpg) no-repeat center;
}

.wb-marquee-img.img2:hover {
    background: url(../images/econo_img2h.png) no-repeat center;
}

.wb-marquee-img.img3:hover {
    background: url(../images/econo_img3h.jpg) no-repeat center;
}

.wb-marquee-img.img4:hover {
    background: url(../images/econo_img4.png) no-repeat center;
	background-size: 180px 85px;
}


/* 网上服务 */

.ewb-service {
    padding: 4px 10px 9px;
}

.ewb-service-item {
    padding-top: 8px;
    display: block;
    width: 260px;
    height: 46px;
}

.ewb-service-item.item1 {
    background: url(../images/service1.jpg) no-repeat center 11px;
}

.ewb-service-item.item2 {
    background: url(../images/service2.jpg) no-repeat center 11px;
}

.ewb-service-item.item3 {
    background: url(../images/service3.jpg) no-repeat center 11px;
}

.ewb-service-item.item_rkpc {
    background: url(../images/tjj_qcpc.jpg) no-repeat center 11px;
}

.ewb-service-item.item4 {
    background: url(../images/service4.png) no-repeat center 11px;
}

.ewb-service-item.item5 {
    background: url(../images/service5.jpg) no-repeat center 11px;
}

.ewb-service-item.item6 {
    background: url(../images/jjpczt.png) no-repeat center 11px;
}

.ewb-service-item.item7 {
    background: url(../images/rkbd.png) no-repeat center 11px;
}


.ewb-service-item.item1:hover {
    background-image: url(../images/service1_h.jpg);
}

.ewb-service-item.item2:hover {
    background-image: url(../images/service2_h.jpg);
}

.ewb-service-item.item3:hover {
    background-image: url(../images/service3_h.jpg);
}

.ewb-service-item.item_rkpc:hover {
    background: url(../images/tjj_qcpc_h.jpg) no-repeat center 11px;
}

.ewb-service-item.item4:hover {
    background-image: url(../images/service4_h.png);
}

.ewb-service-item.item5:hover {
    background-image: url(../images/service5_h.jpg);
}

.ewb-service-item.item6:hover {
    background: url(../images/jjpczt.png) no-repeat center 11px;
}
.ewb-service-item.item7:hover {
    background: url(../images/rkbd.png) no-repeat center 11px;
}

.ewb-banner {
    margin-top: 9px;
}

.ewb-banner-item {
    display: block;
    width: 280px;
    height: 66px;
}

.ewb-banner-item.item1 {
    background: url(../images/service6.jpg) no-repeat center;
}

.ewb-banner-item.item2 {
    margin-top: 9px;
    background: url(../images/service7.png) no-repeat center;
}

.ewb-banner-item.item3 {
    margin-top: 9px;
    background: url(../images/zwfw.jpg) no-repeat center;
}

.ewb-banner-item.item1:hover {
    background-image: url(../images/service6_h.jpg);
}

.ewb-banner-item.item2:hover {
    background-image: url(../images/service7_h.png);
}


/* 微博 */

.ewb-weibo {
    padding: 11px 43px;
    background-color: #fff;
}

.ewb-weibo-tt {
    margin: 0px 24px 0 20px;
    width: 20px;
    line-height: 18px;
    font-size: 18px;
    color: #2d68af;
    padding-top: 17px;
}

.ewb-weibo span img{
    width: 96px;
    height: 96px;
}

.ewb-colu-img {
    padding: 6px 0 13px 11px;
}

.ewb-colu-img a {
    margin-top: 5px;
    display: block;
}

.ewb-ht249 {
    height: 249px;
    overflow: hidden;
}

.wb-data-sec {
    margin-top: -3px;
}